NavigationMode Enumeration
Represents methods for navigation of a database aware form.
Namespace: Independentsoft.Office.Odf.FormsAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum NavigationMode
Public Enumeration NavigationMode
| Current | 0 |
An user interface is provided and the navigation is performed on the current form.
|
| Parent | 1 |
A dedicated user interface is not provided, but the form may be navigated using the TAB and SHIFT/TAB keys on the keyboard.
|
| None | 2 |
A user interface is provided and the navigation is performed on the parent form of the current form.
|